-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 53.2.0 release #6603
Conversation
README.md
Outdated
|---------------|----------| --------------------------------------- | | ||
| Sep 2024 | `53.0.0` | Major, potentially breaking API changes | | ||
| Oct 2024 | `53.1.0` | Minor, NO breaking API changes | | ||
| Oct 2024 | `53.2.0` | Minor, NO breaking API changes | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added new release in schedule for clarity
@@ -19,136 +19,123 @@ | |||
|
|||
# Historical Changelog | |||
|
|||
- Support writing `UTC adjusted time` arrow array to parquet [\#6277](https://github.com/apache/arrow-rs/issues/6277) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is partial is content from 53.0.0 that I accidentally checked in (see https://github.com/apache/arrow-rs/blob/70da2d229a4a368197bc9943083fb02424c08255/CHANGELOG-old.md#L160-L159 for actual 53.0.0 release notes)
I also made a PR to datafusion with this code that is looking good: apache/datafusion#13042 |
Will merge this in and people can review the content as part of release approval process if they so desire |
Which issue does this PR close?
Part of #6341
Rationale for this change
Prepare for release
What changes are included in this PR?
Update version number and create CHANGELOG
Are there any user-facing changes?
Rendered changelog: https://github.com/alamb/arrow-rs/blob/alamb/prepare_53.2.0/CHANGELOG.md#5310-2024-10-02